| class LimitlessAudioFormatWriterMinimal Limitless Audio Format file writer.Visibility | Public | Extends | AudioWriter |
Public functionsConstructor LimitlessAudioFormatWriter(BinaryWriter writer, long length, int sampleRate, BitDepth bits, Channel[] channels) | Minimal Limitless Audio Format file writer. | Constructor LimitlessAudioFormatWriter(string path, long length, int sampleRate, BitDepth bits, Channel[] channels) | Minimal Limitless Audio Format file writer. | void WriteBlock(float[] samples, long from, long to) | Write a block of samples. | void WriteHeader() | Create the file header. |
Public static functionsvoid Write(string path, float[] data, int sampleRate, BitDepth bits, Channel[] channels) | Export an array of samples to an audio file. | void Write(string path, float[][] data, int sampleRate, BitDepth bits, Channel[] channels) | Export an array of multichannel samples to an audio file. | void WriteOffset(string path, float[][] data, int sampleRate, BitDepth bits, Channel[] channels,
int period = -1) | Export an audio file to be played back channel after channel. |
See also |